-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LOTS of missing docs #36773
Add LOTS of missing docs #36773
Conversation
c3ac0ad
to
d30f495
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review, only files starting with A, B and C :)
d30f495
to
4995265
Compare
When doing this PR, I tried to fill in the brief descriptions if they were easy, but descriptions usually need more details and I wasn't sure what to add there. It should be fine to leave them probably, it's not like this PR has to fill everything xd (and incomplete is better than empty anyways IMO) As for AnimationNode classes, I copied most of their descriptions from the tutorial, so the errors that were corrected here likely still exist in the tutorial. |
b887094
to
37fa00a
Compare
37fa00a
to
da3f6d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't add suggestions for all the *FILTER* enums because I can only comment on lines that you edited. Don't worry about them though. They can get filled in later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed until letter R, included.
@@ -96,6 +98,7 @@ | |||
<argument index="2" name="use_sub_threads" type="bool" default="false"> | |||
</argument> | |||
<description> | |||
Loads the resource using threads. If [code]use_sub_threads[/code] is [code]true[/code], multiple threads will be used to load the resource, which makes loading faster, but may affect the main thread (and thus cause game slowdowns). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A usage example would be good, but that can be done in another PR/by someone else.
b2d984e
to
d5d22c3
Compare
d5d22c3
to
1c6fea8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last bunch of comments, I'm done with the proofreading.
It took a while, so I can't even imagine how long it took to write all those strings. Awesome work!
b2c4fb6
to
2a2e769
Compare
Ok, I fixed it all. The increment/decrement in TabContainer/Tabs might need another check, because the description was incorrect (sorry). Looks like lots of docs brings lots of mistakes :I
Heh. |
2a2e769
to
170c574
Compare
170c574
to
e103f21
Compare
Thanks a ton! :) |
Cherry-picking for 3.2.2 via #37026. |
Brings the completion from 88% to 91%
Expect many mistakes, because I didn't double-check like usual.